QuickTime Music Architecture

| Previous | Chapter Contents | Chapter Top | Next |

Synthesizer Type Constants

You can use these constants in a tone description structure [link] to specify the type of synthesizer you want to produce the tone.

enum {
    kSoftSynthComponentSubType      = 'ss ',
    kGMSynthComponentSubType        = 'gm '
};

Constant descriptions

kSoftSynthComponentSubType
Use the QuickTime music synthesizer. This is the built-in synthesizer.

kGMSynthComponentSubType
Use the General MIDI synthesizer.


© 1998 Apple Computer, Inc.

| Previous | Chapter Contents | Chapter Top | Next |